home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 3363 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: mercury.cair.du.edu!not-for-mail
  2. From: whester@du.edu (WILLIAM R. HESTER)
  3. Newsgroups: comp.dcom.lans.misc,comp.dcom.modems
  4. Subject: Re: Books on RS-485?
  5. Date: 30 Jan 1996 17:31:47 -0700
  6. Organization: University of Denver
  7. Message-ID: <4emd9j$n46@mercury.cair.du.edu>
  8. References: <4e5stp$95g@news.cc.utah.edu> <DLz9FF.LzK@granite.mv.net>
  9. NNTP-Posting-Host: mercury.cair.du.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13.  
  14. I am familiar with RS-485 from the process control and instrumentation
  15. world.  It is commonly used to connect multiple "field" instruments or
  16. devices to a "control" device.  
  17.  
  18. RS-485 only sets the hardware and electrical standards as far as I
  19. know.  Using copper wires, typically two twisted pairs of wires are
  20. used (4 wires total).  One pair is designated as the transmit, or TX,
  21. from the main control device.  The other pair is the receive, or RX,
  22. which carries data from the field devices back to the controller.
  23. The electrical signals are bipolar, plus and minus 10 volts if I
  24. remember correctly.  The field devices are placed in parallel, across
  25. the link, to establish a "bus" topology.  Each field device is typically
  26. addressable from the controller; the controller sends out a wake up
  27. signal with the address of the desired field device.  All devices hear
  28. the address and the correct one responds back by placing its data on
  29. the RX twisted pair line.  I remember that the electrical spec. places
  30. a limit of about 6000 feet on the total length of the link.  There
  31. are 120 ohm terminating resistors on each end of the link to suppress
  32. pulse reflections.  I have also used convertors which take the copper
  33. RS-485 link and put it onto two fiber optic strands (TX and RX).  
  34. Multiple convertors can be bussed together on the copper side to appear
  35. as a single RS-485 circuit, with multiple fiber links going out to 
  36. field instruments in radial fashion (star topology).  I currently have
  37. a distributed industrial control system linked together in this manner.
  38.  
  39. Hope this gives you some information for your application.
  40.  
  41. Best Luck with your project, Bill
  42.  
  43.